/* -- banners/parallax_old -- */
#parallax_old .section-container {
  background-size: cover;
  background-position: center;
  background-image: url("");
  height: 500px; }
  #parallax_old .section-container .parallax-subtitle {
    font-family: ABeeZee, "serif";
    color: #ffffff;
    font-size: 4vmin; }
  #parallax_old .section-container h1 {
    font-size: 50px; }
  #parallax_old .section-container h2 {
    font-size: 4vmin; }

#parallax_old #myCarousel .btn-default {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 1.5vmin 5vmin;
  font-size: 12px;
  color: white;
  border: 0px;
  background: #c25b00; }

#parallax_old #myCarousel .carousel-caption {
  bottom: 175px; }

#parallax_old #myCarousel .carousel-inner > .item > img {
  height: 700px;
  object-fit: cover; }
